﻿@import"all.css";@import "css/skin_qn.css";	
/*
----- NOTICE -----
remplacer les couleurs par défaut par les couleurs du client au format hexadécimal (#xxxxxx) ou RGB (rgb(valR, valG, valB))
pour rappel :
#263847 ou rgb(38,56,71) -> bleu qualnet (couleur d'arrière plan)
#F67E21 ou rgb(241,130,39)-> orange qualnet (couleur principale)
#EBF1F5 ou rgb(235,241,245) -> gris/bleu qualnet (couleur secondaire d'arrière plan)
*/
/* ======== SKIN.CSS ======== */
#Body{
	background: #263847;	
	/* Pour mettre une image fixe en arrière plan, remplacer par
	background:url("../../../../Portals/0/image.jpg") fixed no-repeat;
	*/	
	}

/*--------- Login style ----------*/
.Login, A.Login:link, A.Login:visited, A.Login:active{	color:#EBF1F5 !important;	}
A.Login:hover {	color:#263847 !important;	}

/*--------- User style ----------*/
.User, A.User:link, A.User:visited, A.User:active{	color:#EBF1F5 !important;	}
A.User:hover {	color:#263847 !important;	}

/*--------- Footer style ----------*/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active {
	color:#263847;
	}
	
A.Footer:hover {
	color:#263847;	}
/* ======== ALL.CSS ======== *//*######## Design style ########*/.skin_width {	width:100%;	max-width:1440px;	min-width:760px;	}	.user_style {	color:#263847;	}.menu_left {	background:#EBF1F5;	}	.menu_right {	background:#EBF1F5;	}	.skin_menu {	background:#EBF1F5;	}	.skin_footer {	background:#EBF1F5;	}	.skin_footer_bottom {	background:#EBF1F5;	}/*######### Menu style ##########*/#standardMenu .rootMenu li a{	color:#263847;	}	#standardMenu .rootMenu li.selected a,#standardMenu .rootMenu li.breadcrumb a,#standardMenu .rootMenu li.rmHover a,#standardMenu .rootMenu li a:hover{	background:#f67e21;	color: #263847;	}/*## submenu ##*/	#standardMenu .subMenu li.item a{	background:#263847;	}	#standardMenu .subMenu li.selected > a span, #standardMenu .subMenu li.breadcrumb > a span, #standardMenu .subMenu li.item a:hover span {	background:#f67e21;	}/*---------   pied de page   --------*/.footerleft {	color:#263847;	}	.footercenter {	color:#263847;	}	.footerright {	color:#263847;	}